(mark-end-of-sentence): Activate the mark.
authorRichard M. Stallman <rms@gnu.org>
Sun, 16 May 1993 15:50:13 +0000 (15:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 16 May 1993 15:50:13 +0000 (15:50 +0000)
lisp/textmodes/paragraphs.el

index 723cf0a6d35f644594b80b7fa4a60987f190e0a7..b548ab41c00399b4866db1a5b1d7f77545c427e6 100644 (file)
@@ -227,7 +227,8 @@ With arg, repeat, or kill forward to Nth end of sentence if negative arg -N."
   (push-mark
     (save-excursion
       (forward-sentence arg)
-      (point))))
+      (point))
+    nil t))
 
 (defun transpose-sentences (arg)
   "Interchange this (next) and previous sentence."